Html Css Color HEX #CCDB3A Las Palmas

📋 copy color: '#CCDB3A'

red 204 ◦ green 219 ◦ blue 58

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

Shades of Las Palmas #CCDB3A

Tints of Las Palmas #CCDB3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.06%

R = 42.41%
G = 45.53%
B = 12.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#CCDB3A (or 0xCCDB3A) is known color: Las Palmas. HEX triplet: CC, DB and 3A. RGB value is (204,219,58). Sum of RGB (Red+Green+Blue) = 204+219+58=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 58 (23.05% from 255 or 12.06% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB3A is #3324C5. Grayscale: #C4C4C4. Windows color (decimal): -3351750 or 3857356. OLE color: 3857356.

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

Color convert

RGB 204 219 58 -
CMYK 0.07 0 0.74 0.14
HSL 65.59º 0.69% 0.54% -
HSV(B) 65.59º 0.74% 0.86% -
XYZ 51 63.81 13.63 -
YUV 196.16 50.03 133.59 -
System Red Green Blue C M Y K H S L
Decimal 204 219 58 0.07 0 0.74 0.14 65.59 0.69 0.54
Hex CC DB 3A 7 0 4A E 42 45 36
Octal 314 333 72 7 0 112 16 102 105 66
Binary 11001100 11011011 111010 111 0 1001010 1110 1000010 1000101 110110

Color Harmonies of #CCDB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB3A

Black with #CCDB3A

Text Example


Text Example

White with #CCDB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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