Html Css Color HEX #CCB50D Bird Flower

📋 copy color: '#CCB50D'

red 204 ◦ green 181 ◦ blue 13

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

Shades of Bird Flower #CCB50D

Tints of Bird Flower #CCB50D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.48%

 BLUE value IS 13 (5.47% from 255) = 3.27%

R = 51.26%
G = 45.48%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCB50D (or 0xCCB50D) is known color: Bird Flower. HEX triplet: CC, B5 and 0D. RGB value is (204,181,13). Sum of RGB (Red+Green+Blue) = 204+181+13=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB50D is #334AF2. Grayscale: #A9A9A9. Windows color (decimal): -3361523 or 898508. OLE color: 898508.

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

Color convert

RGB 204 181 13 -
CMYK 0 0.11 0.94 0.2
HSL 52.77º 0.88% 0.43% -
HSV(B) 52.77º 0.94% 0.8% -
XYZ 41.5 45.91 7.06 -
YUV 168.73 40.12 153.16 -
System Red Green Blue C M Y K H S L
Decimal 204 181 13 0 0.11 0.94 0.2 52.77 0.88 0.43
Hex CC B5 D 0 B 5E 14 35 58 2B
Octal 314 265 15 0 13 136 24 65 130 53
Binary 11001100 10110101 1101 0 1011 1011110 10100 110101 1011000 101011

Color Harmonies of #CCB50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB50D

Black with #CCB50D

Text Example


Text Example

White with #CCB50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB50D; }

 p { color: rgb(204,181,13); }

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

background-color css

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

 a { background-color: rgb(204,181,13); }

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

border-color css

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

 span { border-color: rgb(204,181,13); }

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