Html Css Color HEX #CCB312 Bird Flower

📋 copy color: '#CCB312'

red 204 ◦ green 179 ◦ blue 18

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

Shades of Bird Flower #CCB312

Tints of Bird Flower #CCB312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.49%

R = 50.87%
G = 44.64%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCB312 (or 0xCCB312) is known color: Bird Flower. HEX triplet: CC, B3 and 12. RGB value is (204,179,18). Sum of RGB (Red+Green+Blue) = 204+179+18=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB312 is #334CED. Grayscale: #A8A8A8. Windows color (decimal): -3362030 or 1225676. OLE color: 1225676.

HSL color Cylindrical-coordinate representation of color #CCB312: hue angle of 51.94º degrees, saturation: 0.84, 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 #CCB312 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 179 18 -
CMYK 0 0.12 0.91 0.2
HSL 51.94º 0.84% 0.44% -
HSV(B) 51.94º 0.91% 0.8% -
XYZ 41.13 45.12 7.11 -
YUV 168.12 43.28 153.59 -
System Red Green Blue C M Y K H S L
Decimal 204 179 18 0 0.12 0.91 0.2 51.94 0.84 0.44
Hex CC B3 12 0 C 5B 14 34 54 2C
Octal 314 263 22 0 14 133 24 64 124 54
Binary 11001100 10110011 10010 0 1100 1011011 10100 110100 1010100 101100

Color Harmonies of #CCB312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB312

Black with #CCB312

Text Example


Text Example

White with #CCB312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB312; }

 p { color: rgb(204,179,18); }

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

background-color css

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

 a { background-color: rgb(204,179,18); }

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

border-color css

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

 span { border-color: rgb(204,179,18); }

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