Html Css Color HEX #CCCB15 Bird Flower

📋 copy color: '#CCCB15'

red 204 ◦ green 203 ◦ blue 21

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

Shades of Bird Flower #CCCB15

Tints of Bird Flower #CCCB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.91%

R = 47.66%
G = 47.43%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCCB15 (or 0xCCCB15) is known color: Bird Flower. HEX triplet: CC, CB and 15. RGB value is (204,203,21). Sum of RGB (Red+Green+Blue) = 204+203+21=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCB15 is #3334EA. Grayscale: #B7B7B7. Windows color (decimal): -3355883 or 1428428. OLE color: 1428428.

HSL color Cylindrical-coordinate representation of color #CCCB15: hue angle of 59.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCCB15 is Cyan = 0, Magento = 0.00, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 203 21 -
CMYK 0 0.00 0.90 0.2
HSL 59.67º 0.81% 0.44% -
HSV(B) 59.67º 0.9% 0.8% -
XYZ 46.39 55.6 9 -
YUV 182.55 36.83 143.3 -
System Red Green Blue C M Y K H S L
Decimal 204 203 21 0 0.00 0.90 0.2 59.67 0.81 0.44
Hex CC CB 15 0 0 5A 14 3C 51 2C
Octal 314 313 25 0 0 132 24 74 121 54
Binary 11001100 11001011 10101 0 0 1011010 10100 111100 1010001 101100

Color Harmonies of #CCCB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB15

Black with #CCCB15

Text Example


Text Example

White with #CCCB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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