Html Css Color HEX #CCB30E Bird Flower

📋 copy color: '#CCB30E'

red 204 ◦ green 179 ◦ blue 14

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

Shades of Bird Flower #CCB30E

Tints of Bird Flower #CCB30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.53%

R = 51.39%
G = 45.09%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCB30E (or 0xCCB30E) is known color: Bird Flower. HEX triplet: CC, B3 and 0E. RGB value is (204,179,14). Sum of RGB (Red+Green+Blue) = 204+179+14=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB30E is #334CF1. Grayscale: #A8A8A8. Windows color (decimal): -3362034 or 963532. OLE color: 963532.

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

Color convert

RGB 204 179 14 -
CMYK 0 0.12 0.93 0.2
HSL 52.11º 0.87% 0.43% -
HSV(B) 52.11º 0.93% 0.8% -
XYZ 41.1 45.11 6.96 -
YUV 167.67 41.28 153.92 -
System Red Green Blue C M Y K H S L
Decimal 204 179 14 0 0.12 0.93 0.2 52.11 0.87 0.43
Hex CC B3 E 0 C 5D 14 34 57 2B
Octal 314 263 16 0 14 135 24 64 127 53
Binary 11001100 10110011 1110 0 1100 1011101 10100 110100 1010111 101011

Color Harmonies of #CCB30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB30E

Black with #CCB30E

Text Example


Text Example

White with #CCB30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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