Html Css Color HEX #CCB208 Bird Flower

📋 copy color: '#CCB208'

red 204 ◦ green 178 ◦ blue 8

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

Shades of Bird Flower #CCB208

Tints of Bird Flower #CCB208

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.64%

 BLUE value IS 8 (3.52% from 255) = 2.05%

R = 52.31%
G = 45.64%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CCB208 (or 0xCCB208) is known color: Bird Flower. HEX triplet: CC, B2 and 08. RGB value is (204,178,8). Sum of RGB (Red+Green+Blue) = 204+178+8=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 8 (3.52% from 255 or 2.05% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB208 is #334DF7. Grayscale: #A7A7A7. Windows color (decimal): -3362296 or 570060. OLE color: 570060.

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

Color convert

RGB 204 178 8 -
CMYK 0 0.13 0.96 0.2
HSL 52.04º 0.92% 0.42% -
HSV(B) 52.04º 0.96% 0.8% -
XYZ 40.87 44.7 6.7 -
YUV 166.39 38.61 154.82 -
System Red Green Blue C M Y K H S L
Decimal 204 178 8 0 0.13 0.96 0.2 52.04 0.92 0.42
Hex CC B2 8 0 D 60 14 34 5C 2A
Octal 314 262 10 0 15 140 24 64 134 52
Binary 11001100 10110010 1000 0 1101 1100000 10100 110100 1011100 101010

Color Harmonies of #CCB208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB208

Black with #CCB208

Text Example


Text Example

White with #CCB208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB208; }

 p { color: rgb(204,178,8); }

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

background-color css

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

 a { background-color: rgb(204,178,8); }

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

border-color css

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

 span { border-color: rgb(204,178,8); }

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