Html Css Color HEX #CCD20B Bird Flower

📋 copy color: '#CCD20B'

red 204 ◦ green 210 ◦ blue 11

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

Shades of Bird Flower #CCD20B

Tints of Bird Flower #CCD20B

RGB

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

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

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

R = 48%
G = 49.41%
B = 2.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#CCD20B (or 0xCCD20B) is known color: Bird Flower. HEX triplet: CC, D2 and 0B. RGB value is (204,210,11). Sum of RGB (Red+Green+Blue) = 204+210+11=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 11 (4.69% from 255 or 2.59% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD20B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD20B is #332DF4. Grayscale: #BABABA. Windows color (decimal): -3354101 or 774860. OLE color: 774860.

HSL color Cylindrical-coordinate representation of color #CCD20B: hue angle of 61.81º 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 #CCD20B is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 11 -
CMYK 0.03 0 0.95 0.18
HSL 61.81º 0.9% 0.43% -
HSV(B) 61.81º 0.95% 0.82% -
XYZ 48.01 58.95 9.17 -
YUV 185.52 29.51 141.18 -
System Red Green Blue C M Y K H S L
Decimal 204 210 11 0.03 0 0.95 0.18 61.81 0.9 0.43
Hex CC D2 B 3 0 5F 12 3E 5A 2B
Octal 314 322 13 3 0 137 22 76 132 53
Binary 11001100 11010010 1011 11 0 1011111 10010 111110 1011010 101011

Color Harmonies of #CCD20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD20B

Black with #CCD20B

Text Example


Text Example

White with #CCD20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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