Html Css Color HEX #CCB104 Bird Flower

📋 copy color: '#CCB104'

red 204 ◦ green 177 ◦ blue 4

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

Shades of Bird Flower #CCB104

Tints of Bird Flower #CCB104

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.97%

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

R = 52.99%
G = 45.97%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCB104 (or 0xCCB104) is known color: Bird Flower. HEX triplet: CC, B1 and 04. RGB value is (204,177,4). Sum of RGB (Red+Green+Blue) = 204+177+4=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB104 is #334EFB. Grayscale: #A6A6A6. Windows color (decimal): -3362556 or 307660. OLE color: 307660.

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

Color convert

RGB 204 177 4 -
CMYK 0 0.13 0.98 0.2
HSL 51.9º 0.96% 0.41% -
HSV(B) 51.9º 0.98% 0.8% -
XYZ 40.65 44.29 6.52 -
YUV 165.35 36.95 155.57 -
System Red Green Blue C M Y K H S L
Decimal 204 177 4 0 0.13 0.98 0.2 51.9 0.96 0.41
Hex CC B1 4 0 D 62 14 34 60 29
Octal 314 261 4 0 15 142 24 64 140 51
Binary 11001100 10110001 100 0 1101 1100010 10100 110100 1100000 101001

Color Harmonies of #CCB104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB104

Black with #CCB104

Text Example


Text Example

White with #CCB104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB104; }

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

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

background-color css

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

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

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

border-color css

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

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

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