Html Css Color HEX #CCD40B Bird Flower

📋 copy color: '#CCD40B'

red 204 ◦ green 212 ◦ blue 11

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

Shades of Bird Flower #CCD40B

Tints of Bird Flower #CCD40B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.65%

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

R = 47.78%
G = 49.65%
B = 2.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#CCD40B (or 0xCCD40B) is known color: Bird Flower. HEX triplet: CC, D4 and 0B. RGB value is (204,212,11). Sum of RGB (Red+Green+Blue) = 204+212+11=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD40B is #332BF4. Grayscale: #BBBBBB. Windows color (decimal): -3353589 or 775372. OLE color: 775372.

HSL color Cylindrical-coordinate representation of color #CCD40B: hue angle of 62.39º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCD40B is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 11 -
CMYK 0.04 0 0.95 0.17
HSL 62.39º 0.9% 0.44% -
HSV(B) 62.39º 0.95% 0.83% -
XYZ 48.51 59.95 9.33 -
YUV 186.69 28.85 140.34 -
System Red Green Blue C M Y K H S L
Decimal 204 212 11 0.04 0 0.95 0.17 62.39 0.9 0.44
Hex CC D4 B 4 0 5F 11 3E 5A 2C
Octal 314 324 13 4 0 137 21 76 132 54
Binary 11001100 11010100 1011 100 0 1011111 10001 111110 1011010 101100

Color Harmonies of #CCD40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD40B

Black with #CCD40B

Text Example


Text Example

White with #CCD40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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