Html Css Color HEX #CCB90E Bird Flower

📋 copy color: '#CCB90E'

red 204 ◦ green 185 ◦ blue 14

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

Shades of Bird Flower #CCB90E

Tints of Bird Flower #CCB90E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.91%

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

R = 50.62%
G = 45.91%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCB90E (or 0xCCB90E) is known color: Bird Flower. HEX triplet: CC, B9 and 0E. RGB value is (204,185,14). Sum of RGB (Red+Green+Blue) = 204+185+14=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 14 (5.86% from 255 or 3.47% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB90E is #3346F1. Grayscale: #ABABAB. Windows color (decimal): -3360498 or 965068. OLE color: 965068.

HSL color Cylindrical-coordinate representation of color #CCB90E: hue angle of 54º 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 #CCB90E is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 14 -
CMYK 0 0.09 0.93 0.2
HSL 54º 0.87% 0.43% -
HSV(B) 54º 0.93% 0.8% -
XYZ 42.33 47.57 7.37 -
YUV 171.19 39.29 151.4 -
System Red Green Blue C M Y K H S L
Decimal 204 185 14 0 0.09 0.93 0.2 54 0.87 0.43
Hex CC B9 E 0 9 5D 14 36 57 2B
Octal 314 271 16 0 11 135 24 66 127 53
Binary 11001100 10111001 1110 0 1001 1011101 10100 110110 1010111 101011

Color Harmonies of #CCB90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB90E

Black with #CCB90E

Text Example


Text Example

White with #CCB90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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