Html Css Color HEX #CCDB4A Las Palmas

📋 copy color: '#CCDB4A'

red 204 ◦ green 219 ◦ blue 74

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

Shades of Las Palmas #CCDB4A

Tints of Las Palmas #CCDB4A

RGB

 RED value IS 204 (80.08% from 255) = 41.05%

 GREEN value IS 219 (85.94% from 255) = 44.06%

 BLUE value IS 74 (29.3% from 255) = 14.89%

R = 41.05%
G = 44.06%
B = 14.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#CCDB4A (or 0xCCDB4A) is known color: Las Palmas. HEX triplet: CC, DB and 4A. RGB value is (204,219,74). Sum of RGB (Red+Green+Blue) = 204+219+74=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB4A is #3324B5. Grayscale: #C6C6C6. Windows color (decimal): -3351734 or 4905932. OLE color: 4905932.

HSL color Cylindrical-coordinate representation of color #CCDB4A: hue angle of 66.21º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCDB4A is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 219 74 -
CMYK 0.07 0 0.66 0.14
HSL 66.21º 0.67% 0.57% -
HSV(B) 66.21º 0.66% 0.86% -
XYZ 51.47 63.99 16.12 -
YUV 197.99 58.03 132.29 -
System Red Green Blue C M Y K H S L
Decimal 204 219 74 0.07 0 0.66 0.14 66.21 0.67 0.57
Hex CC DB 4A 7 0 42 E 42 43 39
Octal 314 333 112 7 0 102 16 102 103 71
Binary 11001100 11011011 1001010 111 0 1000010 1110 1000010 1000011 111001

Color Harmonies of #CCDB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB4A

Black with #CCDB4A

Text Example


Text Example

White with #CCDB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB4A; }

 p { color: rgb(204,219,74); }

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

background-color css

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

 a { background-color: rgb(204,219,74); }

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

border-color css

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

 span { border-color: rgb(204,219,74); }

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