Html Css Color HEX #CCB823 Bird Flower

📋 copy color: '#CCB823'

red 204 ◦ green 184 ◦ blue 35

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

Shades of Bird Flower #CCB823

Tints of Bird Flower #CCB823

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.5%

 BLUE value IS 35 (14.06% from 255) = 8.27%

R = 48.23%
G = 43.5%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCB823 (or 0xCCB823) is known color: Bird Flower. HEX triplet: CC, B8 and 23. RGB value is (204,184,35). Sum of RGB (Red+Green+Blue) = 204+184+35=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 35 (14.06% from 255 or 8.27% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB823 is #3347DC. Grayscale: #ADADAD. Windows color (decimal): -3360733 or 2341068. OLE color: 2341068.

HSL color Cylindrical-coordinate representation of color #CCB823: hue angle of 52.9º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCB823 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 184 35 -
CMYK 0 0.10 0.83 0.2
HSL 52.9º 0.71% 0.47% -
HSV(B) 52.9º 0.83% 0.8% -
XYZ 42.35 47.24 8.48 -
YUV 172.99 50.13 150.12 -
System Red Green Blue C M Y K H S L
Decimal 204 184 35 0 0.10 0.83 0.2 52.9 0.71 0.47
Hex CC B8 23 0 A 53 14 35 47 2F
Octal 314 270 43 0 12 123 24 65 107 57
Binary 11001100 10111000 100011 0 1010 1010011 10100 110101 1000111 101111

Color Harmonies of #CCB823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB823

Black with #CCB823

Text Example


Text Example

White with #CCB823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB823; }

 p { color: rgb(204,184,35); }

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

background-color css

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

 a { background-color: rgb(204,184,35); }

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

border-color css

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

 span { border-color: rgb(204,184,35); }

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