Html Css Color HEX #CCD23B Las Palmas

📋 copy color: '#CCD23B'

red 204 ◦ green 210 ◦ blue 59

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

Shades of Las Palmas #CCD23B

Tints of Las Palmas #CCD23B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.4%

 BLUE value IS 59 (23.44% from 255) = 12.47%

R = 43.13%
G = 44.4%
B = 12.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#CCD23B (or 0xCCD23B) is known color: Las Palmas. HEX triplet: CC, D2 and 3B. RGB value is (204,210,59). Sum of RGB (Red+Green+Blue) = 204+210+59=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 59 (23.44% from 255 or 12.47% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD23B is #332DC4. Grayscale: #BFBFBF. Windows color (decimal): -3354053 or 3920588. OLE color: 3920588.

HSL color Cylindrical-coordinate representation of color #CCD23B: hue angle of 62.38º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCD23B is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 59 -
CMYK 0.03 0 0.72 0.18
HSL 62.38º 0.63% 0.53% -
HSV(B) 62.38º 0.72% 0.82% -
XYZ 48.74 59.25 13 -
YUV 190.99 53.51 137.28 -
System Red Green Blue C M Y K H S L
Decimal 204 210 59 0.03 0 0.72 0.18 62.38 0.63 0.53
Hex CC D2 3B 3 0 48 12 3E 3F 35
Octal 314 322 73 3 0 110 22 76 77 65
Binary 11001100 11010010 111011 11 0 1001000 10010 111110 111111 110101

Color Harmonies of #CCD23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD23B

Black with #CCD23B

Text Example


Text Example

White with #CCD23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD23B; }

 p { color: rgb(204,210,59); }

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

background-color css

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

 a { background-color: rgb(204,210,59); }

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

border-color css

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

 span { border-color: rgb(204,210,59); }

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