Html Css Color HEX #CCCB04 Bird Flower

📋 copy color: '#CCCB04'

red 204 ◦ green 203 ◦ blue 4

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

Shades of Bird Flower #CCCB04

Tints of Bird Flower #CCCB04

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.39%

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 49.64%
G = 49.39%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCCB04 (or 0xCCCB04) is known color: Bird Flower. HEX triplet: CC, CB and 04. RGB value is (204,203,4). Sum of RGB (Red+Green+Blue) = 204+203+4=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCB04 is #3334FB. Grayscale: #B5B5B5. Windows color (decimal): -3355900 or 314316. OLE color: 314316.

HSL color Cylindrical-coordinate representation of color #CCCB04: hue angle of 59.7º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCCB04 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 203 4 -
CMYK 0 0.00 0.98 0.2
HSL 59.7º 0.96% 0.41% -
HSV(B) 59.7º 0.98% 0.8% -
XYZ 46.28 55.56 8.4 -
YUV 180.61 28.33 144.68 -
System Red Green Blue C M Y K H S L
Decimal 204 203 4 0 0.00 0.98 0.2 59.7 0.96 0.41
Hex CC CB 4 0 0 62 14 3C 60 29
Octal 314 313 4 0 0 142 24 74 140 51
Binary 11001100 11001011 100 0 0 1100010 10100 111100 1100000 101001

Color Harmonies of #CCCB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB04

Black with #CCCB04

Text Example


Text Example

White with #CCCB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB04; }

 p { color: rgb(204,203,4); }

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

background-color css

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

 a { background-color: rgb(204,203,4); }

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

border-color css

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

 span { border-color: rgb(204,203,4); }

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