#CBD338

Color #CBD338 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #CBD338

Tints of Las Palmas #CBD338

Color information

#CBD338 (or 0xCBD338) is unknown color: approx Las Palmas. HEX triplet: CB, D3 and 38. RGB value is (203,211,56). Sum of RGB (Red+Green+Blue) = 203+211+56=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD338 is #342CC7. Grayscale: #BFBFBF. Windows color (decimal): -3419336 or 3724235. OLE color: 3724235.

HSL color Cylindrical-coordinate representation of color #CBD338: hue angle of 63.1º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBD338 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB20321156-
CMYK0.0400.730.17
HSL63.1º63.79%52.35%-
HSV(B)63.1º73.46%82.75%-
XYZ48.6459.5712.68-
YUV190.9451.85136.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 43.19%
GREEN value IS 211 (82.81% from 255) = 44.89%
BLUE value IS 56 (22.27% from 255) = 11.91%
R=43.19%
G=44.89%
B=11.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal203211560.0400.730.1763.163.7952.35
HexCBD3384049113f4034
Octal3133237040111217710064
Binary110010111101001111100010001001001100011111111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD338; }

 p { color: rgb(203,211,56); }

 H1.HeaderClassName
 {
   color: #CBD338;
 }
 .AnyTagClassName
 {
   color: #CBD338;
 }
</style>
background-color css

<style>
 a { background-color: #CBD338; }

 a { background-color: rgb(203,211,56); }

 div.DivClassName
 {
   background-color: #CBD338;
 }
 .BgClassName
 {
   background-color: #CBD338;
 }
</style>
border-color css

<style>
 span { border-color: #CBD338; }

 span { border-color: rgb(203,211,56); }

 td.TdClassName
 {
   border-color: #CBD338;
 }
 .TagClassName
 {
   border-color: #CBD338;
 }
</style>