Html Css Color HEX #CCDA4B Las Palmas

📋 copy color: '#CCDA4B'

red 204 ◦ green 218 ◦ blue 75

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

Shades of Las Palmas #CCDA4B

Tints of Las Palmas #CCDA4B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.86%

 BLUE value IS 75 (29.69% from 255) = 15.09%

R = 41.05%
G = 43.86%
B = 15.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#CCDA4B (or 0xCCDA4B) is known color: Las Palmas. HEX triplet: CC, DA and 4B. RGB value is (204,218,75). Sum of RGB (Red+Green+Blue) = 204+218+75=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 75 (29.69% from 255 or 15.09% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA4B is #3325B4. Grayscale: #C6C6C6. Windows color (decimal): -3351989 or 4971212. OLE color: 4971212.

HSL color Cylindrical-coordinate representation of color #CCDA4B: hue angle of 65.87º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCDA4B is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 218 75 -
CMYK 0.06 0 0.66 0.15
HSL 65.87º 0.66% 0.57% -
HSV(B) 65.87º 0.66% 0.85% -
XYZ 51.24 63.49 16.21 -
YUV 197.51 58.86 132.63 -
System Red Green Blue C M Y K H S L
Decimal 204 218 75 0.06 0 0.66 0.15 65.87 0.66 0.57
Hex CC DA 4B 6 0 42 F 42 42 39
Octal 314 332 113 6 0 102 17 102 102 71
Binary 11001100 11011010 1001011 110 0 1000010 1111 1000010 1000010 111001

Color Harmonies of #CCDA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA4B

Black with #CCDA4B

Text Example


Text Example

White with #CCDA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA4B; }

 p { color: rgb(204,218,75); }

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

background-color css

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

 a { background-color: rgb(204,218,75); }

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

border-color css

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

 span { border-color: rgb(204,218,75); }

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