Html Css Color HEX #CCB31E Bird Flower

📋 copy color: '#CCB31E'

red 204 ◦ green 179 ◦ blue 30

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

Shades of Bird Flower #CCB31E

Tints of Bird Flower #CCB31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.26%

R = 49.39%
G = 43.34%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCB31E (or 0xCCB31E) is known color: Bird Flower. HEX triplet: CC, B3 and 1E. RGB value is (204,179,30). Sum of RGB (Red+Green+Blue) = 204+179+30=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB31E is #334CE1. Grayscale: #AAAAAA. Windows color (decimal): -3362018 or 2012108. OLE color: 2012108.

HSL color Cylindrical-coordinate representation of color #CCB31E: hue angle of 51.38º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCB31E is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 179 30 -
CMYK 0 0.12 0.85 0.2
HSL 51.38º 0.74% 0.46% -
HSV(B) 51.38º 0.85% 0.8% -
XYZ 41.26 45.17 7.77 -
YUV 169.49 49.28 152.62 -
System Red Green Blue C M Y K H S L
Decimal 204 179 30 0 0.12 0.85 0.2 51.38 0.74 0.46
Hex CC B3 1E 0 C 55 14 33 4A 2E
Octal 314 263 36 0 14 125 24 63 112 56
Binary 11001100 10110011 11110 0 1100 1010101 10100 110011 1001010 101110

Color Harmonies of #CCB31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB31E

Black with #CCB31E

Text Example


Text Example

White with #CCB31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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