Html Css Color HEX #CCB113 Bird Flower

📋 copy color: '#CCB113'

red 204 ◦ green 177 ◦ blue 19

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

Shades of Bird Flower #CCB113

Tints of Bird Flower #CCB113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.75%

R = 51%
G = 44.25%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCB113 (or 0xCCB113) is known color: Bird Flower. HEX triplet: CC, B1 and 13. RGB value is (204,177,19). Sum of RGB (Red+Green+Blue) = 204+177+19=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB113 is #334EEC. Grayscale: #A7A7A7. Windows color (decimal): -3362541 or 1290700. OLE color: 1290700.

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

Color convert

RGB 204 177 19 -
CMYK 0 0.13 0.91 0.2
HSL 51.24º 0.83% 0.44% -
HSV(B) 51.24º 0.91% 0.8% -
XYZ 40.74 44.33 7.03 -
YUV 167.06 44.45 154.35 -
System Red Green Blue C M Y K H S L
Decimal 204 177 19 0 0.13 0.91 0.2 51.24 0.83 0.44
Hex CC B1 13 0 D 5B 14 33 53 2C
Octal 314 261 23 0 15 133 24 63 123 54
Binary 11001100 10110001 10011 0 1101 1011011 10100 110011 1010011 101100

Color Harmonies of #CCB113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB113

Black with #CCB113

Text Example


Text Example

White with #CCB113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB113; }

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

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

background-color css

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

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

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

border-color css

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

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

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