Html Css Color HEX #CBD537 Las Palmas

📋 copy color: '#CBD537'

red 203 ◦ green 213 ◦ blue 55

#CBD537
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #CBD537

Tints of Las Palmas #CBD537

RGB

 RED value IS 203 (79.69% from 255) = 43.1%

 GREEN value IS 213 (83.59% from 255) = 45.22%

 BLUE value IS 55 (21.88% from 255) = 11.68%

R = 43.1%
G = 45.22%
B = 11.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#CBD537 (or 0xCBD537) is known color: Las Palmas. HEX triplet: CB, D5 and 37. RGB value is (203,213,55). Sum of RGB (Red+Green+Blue) = 203+213+55=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 55 (21.88% from 255 or 11.68% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD537 is #342AC8. Grayscale: #C0C0C0. Windows color (decimal): -3418825 or 3659211. OLE color: 3659211.

HSL color Cylindrical-coordinate representation of color #CBD537: hue angle of 63.8º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBD537 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 213 55 -
CMYK 0.05 0 0.74 0.16
HSL 63.8º 0.65% 0.53% -
HSV(B) 63.8º 0.74% 0.84% -
XYZ 49.11 60.56 12.72 -
YUV 192 50.69 135.85 -
System Red Green Blue C M Y K H S L
Decimal 203 213 55 0.05 0 0.74 0.16 63.8 0.65 0.53
Hex CB D5 37 5 0 4A 10 40 41 35
Octal 313 325 67 5 0 112 20 100 101 65
Binary 11001011 11010101 110111 101 0 1001010 10000 1000000 1000001 110101

Color Harmonies of #CBD537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD537

Black with #CBD537

Text Example


Text Example

White with #CBD537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD537; }

 p { color: rgb(203,213,55); }

 H1.HeaderClassName
 {
   color: #CBD537;
 }
 .AnyTagClassName
 {
   color: #CBD537;
 }
</style>

background-color css

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

 a { background-color: rgb(203,213,55); }

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

border-color css

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

 span { border-color: rgb(203,213,55); }

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