Html Css Color HEX #CBB304 Bird Flower

📋 copy color: '#CBB304'

red 203 ◦ green 179 ◦ blue 4

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

Shades of Bird Flower #CBB304

Tints of Bird Flower #CBB304

RGB

 RED value IS 203 (79.69% from 255) = 52.59%

 GREEN value IS 179 (70.31% from 255) = 46.37%

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

R = 52.59%
G = 46.37%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CBB304 (or 0xCBB304) is known color: Bird Flower. HEX triplet: CB, B3 and 04. RGB value is (203,179,4). Sum of RGB (Red+Green+Blue) = 203+179+4=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 4 (1.95% from 255 or 1.04% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB304 is #344CFB. Grayscale: #A6A6A6. Windows color (decimal): -3427580 or 308171. OLE color: 308171.

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

Color convert

RGB 203 179 4 -
CMYK 0 0.12 0.98 0.20
HSL 52.76º 0.96% 0.41% -
HSV(B) 52.76º 0.98% 0.8% -
XYZ 40.77 44.95 6.64 -
YUV 166.23 36.45 154.23 -
System Red Green Blue C M Y K H S L
Decimal 203 179 4 0 0.12 0.98 0.20 52.76 0.96 0.41
Hex CB B3 4 0 C 62 14 35 60 29
Octal 313 263 4 0 14 142 24 65 140 51
Binary 11001011 10110011 100 0 1100 1100010 10100 110101 1100000 101001

Color Harmonies of #CBB304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB304

Black with #CBB304

Text Example


Text Example

White with #CBB304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB304; }

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

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

background-color css

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

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

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

border-color css

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

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

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