Html Css Color HEX #CCD10B Bird Flower

📋 copy color: '#CCD10B'

red 204 ◦ green 209 ◦ blue 11

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

Shades of Bird Flower #CCD10B

Tints of Bird Flower #CCD10B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.29%

 BLUE value IS 11 (4.69% from 255) = 2.59%

R = 48.11%
G = 49.29%
B = 2.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#CCD10B (or 0xCCD10B) is known color: Bird Flower. HEX triplet: CC, D1 and 0B. RGB value is (204,209,11). Sum of RGB (Red+Green+Blue) = 204+209+11=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 209 (82.03% from 255 or 49.29% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD10B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD10B is #332EF4. Grayscale: #B9B9B9. Windows color (decimal): -3354357 or 774604. OLE color: 774604.

HSL color Cylindrical-coordinate representation of color #CCD10B: hue angle of 61.52º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCD10B is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 11 -
CMYK 0.02 0 0.95 0.18
HSL 61.52º 0.9% 0.43% -
HSV(B) 61.52º 0.95% 0.82% -
XYZ 47.76 58.46 9.08 -
YUV 184.93 29.84 141.6 -
System Red Green Blue C M Y K H S L
Decimal 204 209 11 0.02 0 0.95 0.18 61.52 0.9 0.43
Hex CC D1 B 2 0 5F 12 3E 5A 2B
Octal 314 321 13 2 0 137 22 76 132 53
Binary 11001100 11010001 1011 10 0 1011111 10010 111110 1011010 101011

Color Harmonies of #CCD10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD10B

Black with #CCD10B

Text Example


Text Example

White with #CCD10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD10B; }

 p { color: rgb(204,209,11); }

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

background-color css

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

 a { background-color: rgb(204,209,11); }

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

border-color css

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

 span { border-color: rgb(204,209,11); }

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