Html Css Color HEX #CCCB05 Bird Flower

📋 copy color: '#CCCB05'

red 204 ◦ green 203 ◦ blue 5

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

Shades of Bird Flower #CCCB05

Tints of Bird Flower #CCCB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 49.51%
G = 49.27%
B = 1.21%

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

#CCCB05 (or 0xCCCB05) is known color: Bird Flower. HEX triplet: CC, CB and 05. RGB value is (204,203,5). Sum of RGB (Red+Green+Blue) = 204+203+5=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCB05 is #3334FA. Grayscale: #B5B5B5. Windows color (decimal): -3355899 or 379852. OLE color: 379852.

HSL color Cylindrical-coordinate representation of color #CCCB05: hue angle of 59.7º degrees, saturation: 0.95, 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 #CCCB05 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 203 5 -
CMYK 0 0.00 0.98 0.2
HSL 59.7º 0.95% 0.41% -
HSV(B) 59.7º 0.98% 0.8% -
XYZ 46.29 55.56 8.43 -
YUV 180.73 28.83 144.6 -
System Red Green Blue C M Y K H S L
Decimal 204 203 5 0 0.00 0.98 0.2 59.7 0.95 0.41
Hex CC CB 5 0 0 62 14 3C 5F 29
Octal 314 313 5 0 0 142 24 74 137 51
Binary 11001100 11001011 101 0 0 1100010 10100 111100 1011111 101001

Color Harmonies of #CCCB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB05

Black with #CCCB05

Text Example


Text Example

White with #CCCB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB05; }

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

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

background-color css

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

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

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

border-color css

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

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

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