Html Css Color HEX #CBB323 Bird Flower

📋 copy color: '#CBB323'

red 203 ◦ green 179 ◦ blue 35

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

Shades of Bird Flower #CBB323

Tints of Bird Flower #CBB323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.39%

R = 48.68%
G = 42.93%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CBB323 (or 0xCBB323) is known color: Bird Flower. HEX triplet: CB, B3 and 23. RGB value is (203,179,35). Sum of RGB (Red+Green+Blue) = 203+179+35=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 35 (14.06% from 255 or 8.39% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB323 is #344CDC. Grayscale: #AAAAAA. Windows color (decimal): -3427549 or 2339787. OLE color: 2339787.

HSL color Cylindrical-coordinate representation of color #CBB323: hue angle of 51.43º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBB323 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 179 35 -
CMYK 0 0.12 0.83 0.20
HSL 51.43º 0.71% 0.47% -
HSV(B) 51.43º 0.83% 0.8% -
XYZ 41.05 45.06 8.12 -
YUV 169.76 51.95 151.71 -
System Red Green Blue C M Y K H S L
Decimal 203 179 35 0 0.12 0.83 0.20 51.43 0.71 0.47
Hex CB B3 23 0 C 53 14 33 47 2F
Octal 313 263 43 0 14 123 24 63 107 57
Binary 11001011 10110011 100011 0 1100 1010011 10100 110011 1000111 101111

Color Harmonies of #CBB323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB323

Black with #CBB323

Text Example


Text Example

White with #CBB323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB323; }

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

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

background-color css

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

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

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

border-color css

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

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

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